home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Development / 4th Dim Extensions / AmountString 1.0b10 Folder / Questionnaire < prev   
Text File  |  1994-05-30  |  5KB  |  201 lines

  1. (Use SimpleText to read and modify this text. Or use a wordprocessor capable of using a mono-spaced font.)
  2.  
  3.  
  4. If you want to extend the number of currencies and languages which AmountString can handle, please fill in this questionnaire and email it to me. I can then add the data needed by the external code. After I added your data, you wil receive a beta-version to check its proper working. It may very well be that your language requires a different syntax, please tell me this also.
  5. If your language is already included or if you don't want to have your language included, browse this file anyway. You may get an idea what the external needs to do, and what strange things some languages requires it to do.
  6.  
  7. Information on how to use the AmountString external is not listed here. It is listed with the stand-alone document 'AmountString ReadMe'.
  8.  
  9.  
  10.  
  11. You may be contacted for more information, please make sure you can be reached by email from Internet. Contributing this data does in no way imply any right on financial compensation or other compensations.
  12.  
  13. Feel free to ask me if anything is unclear to you!
  14.  
  15. If you include diacritical characters with your answers then either:
  16. - use two characters to display it: e', u:
  17. - save it as a TeachText/SimpleText document, binhex it and mail that to me.
  18.  
  19. Please use capitals only when that word needs an uppercase character within the result string. The external will make sure the first character of the result string is a capitalized.
  20.  
  21.  
  22. First some information in order to contact you and give you proper credit:
  23. Name:            ...
  24. Company:         ...
  25. Address:         ...
  26. Zipcode:         ...
  27. City:            ...
  28. Country:         ...
  29. Email addresses: ...
  30. using:           4D / HyperCard / both
  31.  
  32.  
  33. Which language are you contributing?
  34. ...
  35.  
  36.  
  37. In which order are the digits spoken:
  38. (like 'twenty-one' or 'one and twenty' [Dutch: een-en-twintig])
  39. tens first / single digit first
  40.  
  41.  
  42. Should the word 'and' be used after thousands?
  43. (like with 'two thousand and twenty-one')
  44. yes / no
  45.  
  46.  
  47. How is the number '1234' handled with your language?
  48. (either 'one thousane, two hundred...' or 'twelve hundred thirty...'
  49. split groups on thousands / use hundreds when possible
  50.  
  51.  
  52. What separation to use between words?
  53. (like the space in 'two hundred')
  54. space / dash / none / other: ...
  55.  
  56.  
  57. What separator to use between words in a digit combination?
  58. (like the dash in 'twenty-one')
  59. space / dash / none / 'and' / other: ...
  60.  
  61.  
  62. What separator to use after thousands?
  63. (like the comma in 'one thousand, two hundred twenty-one')
  64. comma / dash / none / other: ...
  65.  
  66.  
  67. What word to use between the unit and minor units?
  68. (like 'and' in 'Dollars and 21 cents')
  69. ...
  70.  
  71.  
  72. What word to use for the decimal sign?
  73. (like 'point' in English)
  74. ...
  75.  
  76.  
  77. What word to use for the negative sign?
  78. (like 'minus' in English)
  79. ...
  80.  
  81.  
  82. The name of the currency (or the names of the currencies)?
  83. singular: ...
  84. plural:   ...
  85.  
  86.  
  87. The name of the minor units in the currency/currencies?
  88. (like cents as minor units of the Dollar)
  89. singular: ...
  90. plural:   ...
  91.  
  92.  
  93. When are the plural forms of the unit and minor unit names used?
  94. (like with '321': plural because 321 > 1 or singular because 1 = 1)
  95. whole number greater than one / single digit greater than one / always singular
  96.  
  97.  
  98. The number of minor units for the currency?
  99. 0/10/100/1000
  100.  
  101.  
  102. All names for the digits from 1 to x (where x is the number which can't be composed of other combinations and which do not use some sort of separator ['-', 'and'] between the components)?
  103. (i.e. include fourteen, but not twenty-one)
  104.  0     ...
  105.  1     ...
  106.  2     ...
  107.  3     ...
  108. etc.   ...
  109.  
  110.  
  111. All names (singular/plural) of the tenfolds?
  112. 10     ...
  113. 20     ...
  114. 30     ...
  115. 40     ...
  116. 50     ...
  117. 60     ...
  118. 70     ...
  119. 80     ...
  120. 90     ...
  121.  
  122.  
  123. The names (singular/plural) for 100 and all names of thousandfolds?
  124. 1E02   ...
  125. 1E03   ...
  126. 1E06   ...
  127. 1E09   ...
  128. 1E12   ...
  129.  
  130.  
  131. When are the plural forms of the value names used?
  132. (like with the value '321000': plural [thousands] because 321 > 1 or
  133. singular [thousand] because 1 = 1)
  134. whole number greater than one / single digit greater than one / always singular
  135.  
  136.  
  137. Are there irregularities with certain numbers?
  138. (i.e. with French '95' is written like you would say '80 and 15')
  139. no / yes
  140. if yes, which ones:
  141.  
  142. value  name
  143.  ...   ...
  144.  
  145.  
  146. Which (large) countries use this language? And what currency do they use?
  147.  
  148.  
  149.  
  150. Do you have any remarks because the syntax differs significantly from the English and other already implemented currencies and languages? Or if it is similair to one of the languages already implemented, which one?
  151.  
  152.  
  153.  
  154.  
  155.  
  156. Please convert the following numbers using your language with the AmountString.
  157. When your currency uses minor units then concatenate '.9999' to the values below.
  158. If the returned text is incorrect then please add the correct text and explain
  159. what went wrong.
  160.  
  161.  
  162. 1
  163.  
  164. 10
  165.  
  166. 13
  167.  
  168. 31
  169.  
  170. 100
  171.  
  172. 113
  173.  
  174. 213
  175.  
  176. 1000
  177.  
  178. 1234
  179.  
  180. 3456
  181.  
  182. 10031
  183.  
  184. 31131
  185.  
  186. 100000
  187.  
  188. 199999
  189.  
  190. 200000
  191.  
  192. 1000000
  193.  
  194. 3589130
  195.  
  196. 999999999999
  197.  
  198.  
  199.  
  200. Many thanks for your contribution!!!
  201.